home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
topic
/
topicdemo.amirx
< prev
Wrap
Text File
|
1997-01-26
|
2KB
|
69 lines
/* Random topic creator... */
/* Well, it's a random topic creator. it's not really that good ;) I'm
trying to update the way that the script address putting the topic to the
channel.. and add some more topics ;) Any ideas welcome at
bradley@bradman.demon.co.uk or visit me WWW page at
www.bradman.demon.co.uk Seeya l8r all! */
parse arg args
options results
signal on syntax
getmynick;mynick=result
sq="'";dq='"'
/* Topics */
topic.1 = "Today is a good day to die..."
topic.2 = ""dq"Maybe today IS a good day to die..."dq""
topic.3 = "Apology is Policy"
topic.4 = "Today is the day after yesterday and the day before tommorow"
topic.5 = "Random Topic Creator ©Bradley Smith"
topic.6 = "Madness is a form of wisdom :)"
topic.7 = "The world IS your Oyster"
topic.8 = "Make it so"
topic.9 = "Too many cooks spoil the broth"
topic.10 = "She sells sea shells on the sea shore"
topic.11 = "The second cup of tea is never as good as the first"
topic.12 = "If life is like a box of chocolates, who gets all the hazelnut whirls?"
topic.13 = "C'est la vie!"
topic.14 = "The more it changes - the more it is/stays the same!"
topic.15 = "When it rains - it pours"
topic.16 = "Greetings!"
topic.17 = "The Amiga Dead? hahahahah Yeah right!"
topic.18 = ""dq"Raindrops keep falling on my head.. ;) "dq" "
topic.19 = "Life is how ya make it"
topic.20 = "Live long and Prosper"
topic.21 = "Time sure flies by when you are having fun :)"
topic.22 = "THE TRUTH IS OUT THERE®"
topic.23 = ""dq"CARPE DIEM"dq" - Latin for Seize the Day"
topic.24 = "Engage!"
topic.24 = "Life is indifferent"
topic.25 = "To be.. or not to be, that is the question."
topic.26 = ""
/* End of Topics... please gimmie some ideas! */
call RANDOM(,,TIME("S"))
picked = RANDOM(1,26)
TOPIC = topic.picked
'say 'mynick' is now using topic.amirx by Bradman'
'say Please send a mail to bradley@bradman.demon.co.uk saying hello to
recieve the full version of this script without this message :P'
'say /topic 'TOPIC
exit
/* Error bit */
syntax:
'echo error on line 'sigl
exit
/* The end :) */